Use "Since: 2.x" instead "Since 2.x"
authorJavier Jardón <jjardon@gnome.org>
Fri, 30 Oct 2009 05:07:15 +0000 (06:07 +0100)
committerJavier Jardón <jjardon@gnome.org>
Fri, 30 Oct 2009 17:11:44 +0000 (18:11 +0100)
gdk-pixbuf/gdk-pixbuf-util.c
gtk/gtkcellrendererspinner.c
gtk/gtkspinner.c

index 6e8f09eac30fcf3586cd4dcf240c856281a3d664..58ee842cc7f4791d8c8e2b470f5885ac2250044f 100644 (file)
@@ -267,7 +267,7 @@ gdk_pixbuf_saturate_and_pixelate(const GdkPixbuf *src,
  * Return value: A newly-created pixbuf, or a reference to the
  * input pixbuf (with an increased reference count).
  *
- * Since 2.12
+ * Since: 2.12
  **/
 GdkPixbuf *
 gdk_pixbuf_apply_embedded_orientation (GdkPixbuf *src)
index 41bf6cc11749397a5c9216f269143c2ad4fe1a23..70614d35f340493681c67e643b42cbfd5bb38edb 100644 (file)
@@ -116,7 +116,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass)
    *
    * Whether the spinner is active (ie. shown) in the cell
    *
-   * Since 2.20
+   * Since: 2.20
    */
   g_object_class_install_property (object_class,
                                    PROP_ACTIVE,
@@ -136,7 +136,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass)
    * by looking at the #GtkSpinner:num-steps style property and the duration
    * of the cycle by looking at #GtkSpinner:cycle-duration.
    *
-   * Since 2.20
+   * Since: 2.20
    */
   g_object_class_install_property (object_class,
                                    PROP_PULSE,
@@ -150,7 +150,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass)
    *
    * The #GtkIconSize value that specifies the size of the rendered spinner.
    *
-   * Since 2.20
+   * Since: 2.20
    */
   g_object_class_install_property (object_class,
                                    PROP_SIZE,
index 036d0b18123fe7b14baf8ec34077e95cf86377aa..57c84a0860528d3ed5c601fa2ba8f75e1f684bce 100644 (file)
@@ -120,7 +120,7 @@ gtk_spinner_class_init (GtkSpinnerClass *klass)
    *
    * Whether the spinner is active
    *
-   * Since 2.20
+   * Since: 2.20
    */
   g_object_class_install_property (gobject_class,
                                    PROP_ACTIVE,